home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9442 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Is COBOL Dead?!
  5. Date: 10 Mar 1996 10:21:07 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4hv6ijINNpki@keats.ugrad.cs.ubc.ca>
  8. References: <danpop.825533181@rscernix> <329669.11733.25091@kcbbs.gen.nz>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <329669.11733.25091@kcbbs.gen.nz>,
  12. Richard Plinston <riplin@kcbbs.gen.nz> wrote:
  13.  >> 
  14.  >> Try to port the "hello, world" program to COBOL.  If your interest in
  15.  >> COBOL survives this experience, go ahead with gCOBOL :-)  You may also
  16.  >> like AppleScript, which should have been named son-of-COBOL :-)
  17.  >
  18.  >Let me see now, full ANSI85 program:
  19.  >
  20.  >       Identification Division.
  21.  >       Program-Id.  Hello.
  22.  >       Procedure Division.
  23.  >       Main.
  24.  >           DISPLAY "Hello World".
  25.  >
  26.  >Wow, that is almost several pages.
  27.  
  28. Compared to the modernist poetry of the C language, this reads like a
  29. transcript of a contorted phone call through a highly bureaucratic
  30. organization...  :)
  31.  
  32.  
  33.  
  34. -- 
  35.  
  36.